home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo .
- echo .
- echo █████████████████████████████████████████████████████████████████░
- echo █ █░░
- echo █ Install the program on disk C: (Fixed disk) █░░
- echo █ █░░
- echo █ PCLOAN5 is a large program. The amortization █░░
- echo █ system uses five files and creates a new file for █░░
- echo █ each schedule. If you plan to keep the schedule █░░
- echo █ files you create, you should install the system █░░
- echo █ in a sub directory of your hard disk. █░░
- echo █ █░░
- echo █ If you wish to create a sub directory, press control █░░
- echo █ C, NOW to stop this process. Create the sub directory █░░
- echo █ name of your choice, log on to that sub directory, █░░
- echo █ then return to this installation process. █░░
- echo █ █░░
- echo █ █░░
- echo █████████████████████████████████████████████████████████████████░░
- echo ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
- echo .
- echo .
- pause
- cls
- pkunzip -x pcloan5.zip c: p*.*
- if not exist c:pcloan5.exe goto crash
- if not exist c:pc5help.dbf goto crash
- if not exist c:pc5help.dbt goto crash
- if not exist c:pc5parm.dbf goto crash
- cls
- echo .
- echo .
- echo ███████████████████████████████████████████████████████████████░
- echo █ █░░
- echo █ Install the program on disk C: █░░
- echo █ █░░
- echo █ █░░
- echo █ The installation process is complete. █░░
- echo █ █░░
- echo █ To execute the program, log on to the subdirectory █░░
- echo █ you created, or to drive C: if no subdirectory █░░
- echo █ was created, and type the name of the program. █░░
- echo █ █░░
- echo █ PCLOAN5(return) █░░
- echo █ █░░
- echo █ █░░
- echo ███████████████████████████████████████████████████████████████░░
- echo ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
- echo .
- echo .
- pause
- goto end
- :crash
- echo .
- echo .
- echo .
- echo ███████████████████████████████████████████████████████████████░
- echo █ █░░
- echo █ █░░
- echo █ The installation process failed. █░░
- echo █ █░░
- echo █ The most likely cause of failure is insufficient █░░
- echo █ free space on the destination disk. Be sure you █░░
- echo █ have at least 360k free space on the destination █░░
- echo █ disk and then try again. █░░
- echo █ █░░
- echo █ █░░
- echo ███████████████████████████████████████████████████████████████░░
- echo ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
- echo .
- echo .
-
- :end
-
-